projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a0f8be
)
(Fget_char_property): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 2 Nov 2001 07:12:33 +0000
(07:12 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 2 Nov 2001 07:12:33 +0000
(07:12 +0000)
src/textprop.c
patch
|
blob
|
history
diff --git
a/src/textprop.c
b/src/textprop.c
index f49d670267fa00c4e66f7a33f02f02d2947fde05..1f162c58db179fcf1833c1feacfc369516c51d44 100644
(file)
--- a/
src/textprop.c
+++ b/
src/textprop.c
@@
-655,6
+655,7
@@
get_char_property_and_overlay (position, prop, object, overlay)
DEFUN ("get-char-property", Fget_char_property, Sget_char_property, 2, 3, 0,
doc: /* Return the value of POSITION's property PROP, in OBJECT.
+Both overlay properties and text properties are checked.
OBJECT is optional and defaults to the current buffer.
If POSITION is at the end of OBJECT, the value is nil.
If OBJECT is a buffer, then overlay properties are considered as well as